Public Sequencer: Add a DevNet only HTTP endpoint to SV App, that creates free MemberTraffic contracts for the provided participantId, using its own test CC - #6769
Merged
pasindutennage-da merged 11 commits intoAug 18, 2026
Conversation
…ates free MemberTraffic contracts for the provided participantId, using its own test CC Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
pasindutennage-da
marked this pull request as draft
August 12, 2026 16:29
Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
[ci] Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
[ci] Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
pasindutennage-da
marked this pull request as ready for review
August 13, 2026 16:35
| @@ -485,6 +485,8 @@ case class SvAppBackendConfig( | |||
| // where intentional overlap is required. | |||
| instanceLockEnabled: Boolean = true, | |||
| minMemberTrafficToOnboardValidator: Long = 100000L, | |||
Contributor
Author
There was a problem hiding this comment.
updated tracking issue to remind myself to move these to daml
pasindutennage-da
requested review from
julientinguely-da,
moritzkiefer-da and
nicu-da
August 13, 2026 16:47
nicu-da
approved these changes
Aug 17, 2026
nicu-da
left a comment
Contributor
There was a problem hiding this comment.
Can we also make sure the default rate limits in the sv app for this endpoint are adjusted down (I think we do the same for the tap endpoint)
Contributor
Author
Sure, in Public Sequencer backend tracking issue, I already have a bullet point for this, and will be done, but in a different PR. |
[ci] Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
moritzkiefer-da
approved these changes
Aug 18, 2026
[ci] Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
pasindutennage-da
enabled auto-merge (squash)
August 18, 2026 13:17
[ci] Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
[ci] Signed-off-by: pasindutennage-da <pasindu.tennage@digitalasset.com> Signed-off-by: Pasindu Tennage <pasindu.tennage@digitalasset.com>
pasindutennage-da
merged commit Aug 18, 2026
d15731a
into
feature-public-sequencer-and-scan
61 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix #6763